home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia2.dir / 00748_Script_13NIdleConditionals < prev    next >
Text File  |  1995-05-21  |  436b  |  24 lines

  1. on exitFrame
  2.   global g03A, TV1, TV2, TV3, TV4, TV5, TV6, FUG, G25A, HOTEL, FUG
  3.   
  4.   Unloadcast
  5.   if g03A = "c" then
  6.     set FUG = "c"
  7.     set TV1 = "c"
  8.     set TV2 = "c"
  9.     set TV3 = "c"
  10.     set TV4 = "c"
  11.     set TV5 = "c"
  12.     set TV6 = "c"
  13.   end if
  14.   IF G03A = "X" THEN
  15.     PUT "C" INTO FUG
  16.   END IF
  17.   if g25A = "c" then
  18.     PUT "" INTO HOTEL
  19.   end if
  20.   if g25A = "X" then
  21.     PUT "" INTO HOTEL
  22.   end if
  23.   
  24. end